ga.view.streaming.nodes
Interface PanelNodeListener<T extends IIndividual<T>>

Type Parameters:
T - The generic type of the individuals.

public interface PanelNodeListener<T extends IIndividual<T>>

Listener that receives callback events aboud the panel node.

Since:
12.08.2012
Author:
Stephan Dreyer

Method Summary
 void panelInInspectPosition(PanelNode<T> panelNode)
          This is called when the panel is in inspect position.
 void panelReadyToDestroy(PanelNode<T> panelNode)
          This is called when the panel is ready to destroy.
 

Method Detail

panelReadyToDestroy

void panelReadyToDestroy(PanelNode<T> panelNode)
This is called when the panel is ready to destroy.

Parameters:
panelNode - the panel node
Since:
12.08.2012

panelInInspectPosition

void panelInInspectPosition(PanelNode<T> panelNode)
This is called when the panel is in inspect position.

Parameters:
panelNode - the panel node
Since:
12.08.2012